[PWGJE] add parametrised model fast sim#2375
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@jackal1-66 could you take a look please and see if its ok from your end? |
|
Hello @aimeric-landou can you please move the ini files directly in the ini folder? That's our standard and the CI is not able to recognise you added generators configuration otherwise |
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
I was missing one of the config files the simulations fetch from alien; I added it and closed/reopened the PR to get the tests to run again |
|
CI is green, but there seems to be a randomic effect. Not to merge before this has been addressed |
| if (mDebug) { | ||
| cout << "####################### creating partons signal #######################" << endl; | ||
| cout << "AIMERIC: signal, count " << nJets << " for mNJetsAverage = " << mNJetsAverage << "" << endl; | ||
| } |
There was a problem hiding this comment.
You could use LOG(debug) for this purpose. Moreover remove "AIMERIC" from the log
For closure checks with regard to combinatorial background.
Added tests as requested in previous PR.